root/lang/cplusplus/SleipnirGoogleSuggest/Common.h
| Revision 14174, 398 bytes (checked in by saturday06, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | #pragma once |
| 2 | |
| 3 | #include "Debug.h" |
| 4 | |
| 5 | // POCO undef |
| 6 | #ifdef UNICODE |
| 7 | #define LoadLibrary LoadLibraryW |
| 8 | #define GetModuleFileName GetModuleFileNameW |
| 9 | #define CreateProcess CreateProcessW |
| 10 | #else |
| 11 | #define LoadLibrary LoadLibraryA |
| 12 | #define GetModuleFileName GetModuleFileNameA |
| 13 | #define CreateProcess CreateProcessA |
| 14 | #endif |
| 15 | |
| 16 | namespace SleipnirGoogleSuggest { |
| 17 | extern HWND GetSearchBarEdit(); |
| 18 | } |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)