mirror of
https://github.com/stasenso/SHA256.git
synced 2026-06-27 05:42:43 +03:00
Подготовка среды x64
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Include C:\masm32\include\windows.inc
|
||||
Include C:\masm32\include\user32.inc
|
||||
Include C:\masm32\include\kernel32.inc
|
||||
Include include\windows.inc
|
||||
Include include\user32.inc
|
||||
Include include\kernel32.inc
|
||||
;-------------------------------------------------------------------
|
||||
;Needed For Debug Window Only
|
||||
;Include <masm32.inc>
|
||||
;nclude <debug.inc
|
||||
;-------------------------------------------------------------------
|
||||
;IncludeLib user32.lib
|
||||
;ncludeLib kernel32.lib
|
||||
IncludeLib user32.lib
|
||||
IncludeLib kernel32.lib
|
||||
;-------------------------------------------------------------------
|
||||
;Needed For Debug Window Only
|
||||
;IncludeLib masm32.lib
|
||||
|
||||
Reference in New Issue
Block a user