* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.

This commit is contained in:
Christopher Faylor
2005-10-11 18:17:59 +00:00
parent f2e8d7b0f0
commit a5ac89cbbd
6 changed files with 13 additions and 4 deletions

View File

@ -1350,6 +1350,7 @@ WINBASEAPI HANDLE WINAPI GetCurrentProcess(void);
WINBASEAPI DWORD WINAPI GetCurrentProcessId(void);
WINBASEAPI HANDLE WINAPI GetCurrentThread(void);
WINBASEAPI DWORD WINAPI GetCurrentThreadId(void);
WINBASEAPI DWORD WINAPI GetProcessId(HANDLE);
#define GetCurrentTime GetTickCount
WINBASEAPI BOOL WINAPI GetDefaultCommConfigA(LPCSTR,LPCOMMCONFIG,PDWORD);
WINBASEAPI BOOL WINAPI GetDefaultCommConfigW(LPCWSTR,LPCOMMCONFIG,PDWORD);