Skip to content

Commit

Permalink
keep indentation consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Jun 19, 2024
1 parent d743904 commit 7f12015
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PyStand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// PyStand.cpp -
//
// Created by skywind on 2022/02/03
// Last Modified: 2023/03/17 20:06
// Last Modified: 2024/06/19 11:16
//
//=====================================================================
#ifdef _MSC_VER
Expand Down Expand Up @@ -192,7 +192,8 @@ bool PyStand::LoadPython()

// python dll must be load under "runtime"
SetCurrentDirectoryW(runtime.c_str());
SetDllDirectoryW(runtime.c_str());
SetDllDirectoryW(runtime.c_str());

// LoadLibrary
_hDLL = (HINSTANCE)LoadLibraryA("python3.dll");
if (_hDLL) {
Expand Down

0 comments on commit 7f12015

Please sign in to comment.