Подготовка среды x64

This commit is contained in:
Стас Михайлов WindowsDesktop
2021-01-02 18:29:33 +03:00
parent 03060ad1b2
commit 6d87d971b0
344 changed files with 114487 additions and 11 deletions
+25
View File
@@ -0,0 +1,25 @@
; --------------------------------------------------------------------------------------------------
; quartz.inc Copyright The MASM32 SDK 1998-2010
; --------------------------------------------------------------------------------------------------
IFNDEF QUARTZ_INC
QUARTZ_INC equ <1>
AMGetErrorTextA PROTO STDCALL :DWORD,:DWORD,:DWORD
IFNDEF __UNICODE__
AMGetErrorText equ <AMGetErrorTextA>
ENDIF
AMGetErrorTextW PROTO STDCALL :DWORD,:DWORD,:DWORD
IFDEF __UNICODE__
AMGetErrorText equ <AMGetErrorTextW>
ENDIF
AmpFactorToDB PROTO STDCALL :DWORD
DBToAmpFactor PROTO STDCALL :DWORD
ELSE
echo -----------------------------------------
echo WARNING duplicate include file quartz.inc
echo -----------------------------------------
ENDIF