Added support for /.tgitconfig in project root
[TortoiseGit.git] / ext / xpsupportvc11upd2 / xpatlwrap64.asm
blobae16cbe1cdc07d8a8c3d15bb3002727fb2c2d37a
1 ;Copyright (c) 2013 Mike Ryan
3 ;Permission is hereby granted, free of charge, to any person obtaining a copy of this software
4 ;and associated documentation files (the "Software"), to deal in the Software without restriction,
5 ;including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
6 ;and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
7 ;subject to the following conditions:
9 ;The above copyright notice and this permission notice shall be included in all copies or substantial
10 ;portions of the Software.
12 ;THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
13 ;LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14 ;IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
15 ;WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
16 ;OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18 __ML_64 = OPATTR rax
20 IF __ML_64
22 VC11Update2InitializeCriticalSectionEx PROTO :QWORD,:DWORD,:DWORD
24 .data
25 __imp_InitializeCriticalSectionEx dq VC11Update2InitializeCriticalSectionEx
27 EXTERNDEF __imp_InitializeCriticalSectionEx : DWORD
29 .code
31 ENDIF
33 end