Skip to content

Commit

Permalink
[RLZ] Get rid of vista_winnt.h
Browse files Browse the repository at this point in the history
This file was needed for compiling on pre-Vista SDKs. Since now Chromium requires at least Windows 7 SDK, it should not be needed anymore.

BUG=172607


Review URL: https://chromiumcodereview.appspot.com/12092068

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180289 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mnaganov@chromium.org committed Feb 3, 2013
1 parent 3d77b5b commit 514d91e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 101 deletions.
1 change: 0 additions & 1 deletion rlz/rlz.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
'win/lib/rlz_lib_win.cc',
'win/lib/rlz_value_store_registry.cc',
'win/lib/rlz_value_store_registry.h',
'win/lib/vista_winnt.h',
],
'conditions': [
['rlz_use_chrome_net==1', {
Expand Down
1 change: 0 additions & 1 deletion rlz/win/lib/process_info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "base/win/scoped_handle.h"
#include "base/win/windows_version.h"
#include "rlz/lib/assert.h"
#include "rlz/win/lib/vista_winnt.h"

namespace {

Expand Down
99 changes: 0 additions & 99 deletions rlz/win/lib/vista_winnt.h

This file was deleted.

0 comments on commit 514d91e

Please sign in to comment.