Skip to content

Commit

Permalink
Syncing the internal and public repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
hjcfilho-embt committed Nov 21, 2024
1 parent 47b0a45 commit 9833905
Show file tree
Hide file tree
Showing 4 changed files with 1,187 additions and 797 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void TNotesResource1::PutItem(TEndpointContext* AContext, TEndpointRequest* AReq

String GetModuleDirectory(void)
{
return ExtractFilePath(StringReplace(GetModuleName((unsigned int)HInstance), "\\\\?\\",
return ExtractFilePath(StringReplace(GetModuleName(reinterpret_cast<NativeUInt>(HInstance)), "\\\\?\\",
"", TReplaceFlags() << System::Sysutils::rfReplaceAll));
}

Expand Down
Loading

0 comments on commit 9833905

Please sign in to comment.