mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[GDIHV]
Don't define UNICODE in source. svn path=/trunk/; revision=69827
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user