Ignore:
Timestamp:
2008-06-06T11:46:27+12:00 (16 years ago)
Author:
oranfry
Message:

made the new search4j setup work in windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/search4j/libsearch4j.cpp

    r15892 r15897  
    77
    88#ifdef WINDOWS
    9 
    10 #include <windows.h>
    119//minimal launch4j stuff
    1210#define NO_JAVA_FOUND 0
    1311#define FOUND_JRE 1
    1412#define FOUND_SDK 2
     13
    1514//windows functions
    1615#define popen _popen
    1716#define pclose _pclose
    1817#define strcmp _stricmp
    19 #define ID_TIMER 1
    2018
    2119#endif /* WINDOWS */
Note: See TracChangeset for help on using the changeset viewer.