mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[MSPORTS]
* Add a PCH. svn path=/trunk/; revision=53179
This commit is contained in:
@@ -13,12 +13,9 @@ list(APPEND SOURCE
|
||||
${CMAKE_CURRENT_BINARY_DIR}/msports.def)
|
||||
|
||||
add_library(msports SHARED ${SOURCE})
|
||||
|
||||
set_module_type(msports win32dll)
|
||||
|
||||
target_link_libraries(msports wine)
|
||||
|
||||
add_importlibs(msports setupapi comctl32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
|
||||
add_pch(msports precomp.h)
|
||||
add_cd_file(TARGET msports DESTINATION reactos/system32 FOR all)
|
||||
add_importlib_target(msports.spec)
|
||||
|
||||
@@ -6,13 +6,7 @@
|
||||
* PROGRAMMERS: Copyright 2011 Eric Kohl
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <cmtypes.h>
|
||||
#include <stdio.h>
|
||||
#include <msports.h>
|
||||
#include <setupapi.h>
|
||||
#include <wine/debug.h>
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
||||
|
||||
|
||||
@@ -6,10 +6,7 @@
|
||||
* COPYRIGHT: Copyright 2011 Eric Kohl
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <msports.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
||||
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
* COPYRIGHT: Copyright 2011 Eric Kohl
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
||||
|
||||
|
||||
@@ -12,4 +12,5 @@
|
||||
<file>msports.c</file>
|
||||
<file>serial.c</file>
|
||||
<file>msports.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <cmtypes.h>
|
||||
#include <stdio.h>
|
||||
#include <msports.h>
|
||||
#include <setupapi.h>
|
||||
#include <commctrl.h>
|
||||
#include <prsht.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
//#include <windows.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "resource.h"
|
||||
@@ -6,15 +6,7 @@
|
||||
* COPYRIGHT: Copyright 2011 Eric Kohl
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <prsht.h>
|
||||
#include <setupapi.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "resource.h"
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user