services/tests: Compile with -D__WINESRC__.

This commit is contained in:
Michael Stefaniuc 2013-10-15 22:08:39 +02:00 committed by Alexandre Julliard
parent 7641cef0bd
commit ba3f11023f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
TESTDLL = services.exe
IMPORTS = advapi32
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
C_SRCS = \
service.c

View File

@ -16,7 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windows.h>
#include <windef.h>
#include <winsvc.h>
#include <stdio.h>
#include "wine/test.h"