Rename macros.

This commit is contained in:
2020-03-01 05:48:20 +00:00
parent 06944ade67
commit c384986506
9 changed files with 39 additions and 39 deletions

View File

@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DICREMOTE_WIN32_NTIOCTL_H_
#define DICREMOTE_WIN32_NTIOCTL_H_
#ifndef AARUREMOTE_WIN32_NTIOCTL_H_
#define AARUREMOTE_WIN32_NTIOCTL_H_
#include <winsock2.h>
#include <windows.h>
@@ -213,4 +213,4 @@ typedef struct _SDCMD_DESCRIPTOR
} SDCMD_DESCRIPTOR, *PSDCMD_DESCRIPTOR;
#endif
#endif // DICREMOTE_WIN32_NTIOCTL_H_
#endif // AARUREMOTE_WIN32_NTIOCTL_H_