mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[GDIHV]
Don't define UNICODE in source. svn path=/trunk/; revision=69827
This commit is contained in:
parent
5759f02c73
commit
73b829f989
3 changed files with 4 additions and 5 deletions
|
@ -7,6 +7,6 @@ list(APPEND SOURCE
|
|||
proclist.c)
|
||||
|
||||
add_executable(gdihv ${SOURCE})
|
||||
set_module_type(gdihv win32cui)
|
||||
set_module_type(gdihv win32cui UNICODE)
|
||||
add_importlibs(gdihv user32 comctl32 psapi msvcrt kernel32)
|
||||
add_cd_file(TARGET gdihv DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -34,9 +34,9 @@ MyGdiQueryTable()
|
|||
return pPeb->GdiSharedHandleTable;
|
||||
}
|
||||
|
||||
int WINAPI WinMain (HINSTANCE hThisInstance,
|
||||
int WINAPI _tWinMain (HINSTANCE hThisInstance,
|
||||
HINSTANCE hPrevInstance,
|
||||
LPSTR lpszArgument,
|
||||
LPTSTR lpszArgument,
|
||||
int nStyle)
|
||||
|
||||
{
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#ifndef _GDIHV_H
|
||||
#define _GDIHV_H
|
||||
|
||||
#define UNICODE
|
||||
|
||||
#include <tchar.h>
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
|
Loading…
Reference in a new issue