COIN-OR::LEMON - Graph Library

Changeset 1134:f70f688d9ef9 in lemon-main for lemon/bits/windows.h


Ignore:
Timestamp:
04/28/15 18:07:07 (9 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Replace #define WIN32 (#595)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/windows.h

    r1092 r1134  
    2020#define LEMON_BITS_WINDOWS_H
    2121
     22#include <lemon/config.h>
    2223#include <string>
    2324
     
    3536      ~WinLock();
    3637      void lock();
    37       void unlock();
     38      void unlock();\
    3839    private:
    3940      void *_repr;
Note: See TracChangeset for help on using the changeset viewer.