Skip to content

Commit

Permalink
windows compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hermansimensen committed Nov 20, 2023
1 parent 5405d2c commit f1f9d87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/desubtick.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#pragma once

#ifdef _WIN64
#define NOMINMAX
#endif

#include "common.h"

class DesubtickPlugin : public ISmmPlugin, public IMetamodListener
Expand Down

0 comments on commit f1f9d87

Please sign in to comment.