DarkLoadLibrary icon indicating copy to clipboard operation
DarkLoadLibrary copied to clipboard

Minor refactor for mingw, data type tweaks, and warning removal.

Open SolomonSklash opened this issue 3 years ago • 0 comments

I made a few minor tweaks to better support mingw and to reduce compiler warnings:

  • Added function signatures to corresponding header files to remove no previous declaration for warnings.
  • A new header darkmodule.h was created to contain the _DARKMODULE struct definition. This is so that darkloadlibrary.h can include each of the other headers with their new function signatures.
  • A couple variables were PCHARs instead of PWCHARs.

SolomonSklash avatar Jun 18 '21 22:06 SolomonSklash