From f377fe4bc87bc69ec1ae9f451cbd0559df89f9b4 Mon Sep 17 00:00:00 2001 From: sir aieke the 9391913th Date: Fri, 22 Nov 2024 02:42:52 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7b36674..568a99f 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,12 @@ HRESULT SLGetWindowsInformationDWOR1( OUT DWORD *pdwValue ) { return S_OK; -}``` +} -dont forget to the function in a def file or as a pragma comment +// dont forget to the function in a def file or as a pragma comment +// like this: -like this: -```LIBRARY yourproject -EXPORTS -SLGetWindowsInformationDWORD=SLGetWindowsInformationDWOR1``` \ No newline at end of file +// LIBRARY yourproject +// EXPORTS +// SLGetWindowsInformationDWORD=SLGetWindowsInformationDWOR1 +```