Skip to content

Commit

Permalink
Windows: Fix XYZ Thumbnailer.
Browse files Browse the repository at this point in the history
Did not compile anymore and the DLL functions were not exported
  • Loading branch information
Ghabry committed Oct 11, 2020
1 parent 7f029b0 commit 8eda0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions xyz-thumbnailer/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ add_library(xyz_thumbnailer SHARED
dllmain.cpp
Reg.cpp
RpgMakerXyzThumbnailProvider.cpp
GlobalExportFunctions.def
)

set_target_properties(xyz_thumbnailer PROPERTIES OUTPUT_NAME "EasyRpgXyzShellExtThumbnailHandler")
Expand Down
1 change: 1 addition & 0 deletions xyz-thumbnailer/windows/Reg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.

#include "Reg.h"
#include <strsafe.h>
#include <Objbase.h>


#pragma region Registry Helper Functions
Expand Down

0 comments on commit 8eda0ae

Please sign in to comment.