Skip to content

Commit 7f12015

Browse files
author
skywind3000
committed
keep indentation consistent
1 parent d743904 commit 7f12015

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PyStand.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PyStand.cpp -
44
//
55
// Created by skywind on 2022/02/03
6-
// Last Modified: 2023/03/17 20:06
6+
// Last Modified: 2024/06/19 11:16
77
//
88
//=====================================================================
99
#ifdef _MSC_VER
@@ -192,7 +192,8 @@ bool PyStand::LoadPython()
192192

193193
// python dll must be load under "runtime"
194194
SetCurrentDirectoryW(runtime.c_str());
195-
SetDllDirectoryW(runtime.c_str());
195+
SetDllDirectoryW(runtime.c_str());
196+
196197
// LoadLibrary
197198
_hDLL = (HINSTANCE)LoadLibraryA("python3.dll");
198199
if (_hDLL) {

0 commit comments

Comments
 (0)