mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
[PIDGEN] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
acca9f5810
commit
c0e5146422
2 changed files with 5 additions and 7 deletions
|
@ -16,14 +16,12 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#include "config.h"
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include <windef.h>
|
#include "windef.h"
|
||||||
#include <winbase.h>
|
#include "winbase.h"
|
||||||
#include <wine/debug.h>
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(pidgen);
|
WINE_DEFAULT_DEBUG_CHANNEL(pidgen);
|
||||||
|
|
||||||
|
|
|
@ -148,7 +148,7 @@ reactos/dll/win32/olepro32 # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/olesvr32 # Synced to WineStaging-3.3
|
reactos/dll/win32/olesvr32 # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/olethk32 # Synced to WineStaging-3.3
|
reactos/dll/win32/olethk32 # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/pdh # Synced to WineStaging-3.3
|
reactos/dll/win32/pdh # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/pidgen # Synced to WineStaging-2.9
|
reactos/dll/win32/pidgen # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
|
||||||
reactos/dll/win32/printui # Synced to WineStaging-2.9
|
reactos/dll/win32/printui # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/propsys # Synced to Wine-3.0
|
reactos/dll/win32/propsys # Synced to Wine-3.0
|
||||||
|
|
Loading…
Reference in a new issue