mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
commented out some duplicate defines
svn path=/trunk/; revision=4729
This commit is contained in:
parent
388f86d19c
commit
c1cf7ec993
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: errormsg.c,v 1.4 2003/02/17 16:27:08 ekohl Exp $
|
/* $Id: errormsg.c,v 1.5 2003/05/19 19:42:30 guido Exp $
|
||||||
*
|
*
|
||||||
* reactos/lib/kernel32/misc/errormsg.c
|
* reactos/lib/kernel32/misc/errormsg.c
|
||||||
*
|
*
|
||||||
|
@ -46,12 +46,12 @@
|
||||||
#define strlenW lstrlen
|
#define strlenW lstrlen
|
||||||
#define strlen lstrlen
|
#define strlen lstrlen
|
||||||
|
|
||||||
#define MAKEINTRESOURCE(i) (LPTSTR) ((DWORD) ((WORD) (i)))
|
//#define MAKEINTRESOURCE(i) (LPTSTR) ((DWORD) ((WORD) (i)))
|
||||||
//#define MAKEINTRESOURCEA(i) (LPTSTR) ((DWORD) ((WORD) (i)))
|
//#define MAKEINTRESOURCEA(i) (LPTSTR) ((DWORD) ((WORD) (i)))
|
||||||
//#define MAKEINTRESOURCEW(i) (LPTSTR) ((DWORD) ((WORD) (i)))
|
//#define MAKEINTRESOURCEW(i) (LPTSTR) ((DWORD) ((WORD) (i)))
|
||||||
|
|
||||||
#define MAKEINTRESOURCEA(i) (LPSTR)((ULONG_PTR)((WORD)(i)))
|
//#define MAKEINTRESOURCEA(i) (LPSTR)((ULONG_PTR)((WORD)(i)))
|
||||||
#define MAKEINTRESOURCEW(i) (LPWSTR)((ULONG_PTR)((WORD)(i)))
|
//#define MAKEINTRESOURCEW(i) (LPWSTR)((ULONG_PTR)((WORD)(i)))
|
||||||
//#define MAKEINTRESOURCE WINELIB_NAME_AW(MAKEINTRESOURCE)
|
//#define MAKEINTRESOURCE WINELIB_NAME_AW(MAKEINTRESOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue