Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simmctic
agent
Commits
a43c585d
There was a problem fetching the pipeline summary.
Commit
a43c585d
authored
8 years ago
by
Diego Giovane Pasqualin
Browse files
Options
Downloads
Plain Diff
Merge branch 'issue/40' into 'development'
Issue #40: Repara a falta de #pragma once nos .h See merge request
!31
parents
4be61d20
df022702
No related branches found
No related tags found
2 merge requests
!51
Merge development to master
,
!31
Issue #40: Repara a falta de #pragma once nos .h
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/agent/linux/get_disks_info.h
+1
-0
1 addition, 0 deletions
include/agent/linux/get_disks_info.h
include/agent/windows/get_macaddr.h
+1
-0
1 addition, 0 deletions
include/agent/windows/get_macaddr.h
include/agent/windows/get_machine_type.h
+1
-0
1 addition, 0 deletions
include/agent/windows/get_machine_type.h
with
3 additions
and
0 deletions
include/agent/linux/get_disks_info.h
+
1
−
0
View file @
a43c585d
#pragma once
struct
disk
{
struct
disk
{
std
::
string
model
;
std
::
string
model
;
long
long
size
;
long
long
size
;
...
...
This diff is collapsed.
Click to expand it.
include/agent/windows/get_macaddr.h
+
1
−
0
View file @
a43c585d
#pragma once
#include
<stdio.h>
#include
<stdio.h>
#include
<Windows.h>
#include
<Windows.h>
#include
<Iphlpapi.h>
#include
<Iphlpapi.h>
...
...
This diff is collapsed.
Click to expand it.
include/agent/windows/get_machine_type.h
+
1
−
0
View file @
a43c585d
#pragma once
#define _WIN32_WINNT 0x0500
#define _WIN32_WINNT 0x0500
#include
<windows.h>
#include
<windows.h>
#include
<stdio.h>
#include
<stdio.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment