Skip to content

Commit

Permalink
Update plugin-main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gro-ove committed Jul 28, 2023
1 parent b2fddeb commit 0b7ef53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plugin-main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
# Copyright (C) [year] [name of author]
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
*/

#pragma warning(push)
#pragma warning(disable : 4005)
#define WIN32_LEAN_AND_MEAN
Expand Down

0 comments on commit 0b7ef53

Please sign in to comment.